home *** CD-ROM | disk | FTP | other *** search
/ Megahits 5 / Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso / archive / show / supervw_lib_82.lha / superview-lib / Programmers / Example_SVDrivers / ECS / ecs.h next >
C/C++ Source or Header  |  1994-09-10  |  317b  |  22 lines

  1.  
  2.  /* ecs.h
  3.     - Include File for ECS Support Routines -
  4.     (c) 1994 by Andreas R. Kleinert
  5.     Last changes : 05.03.1994
  6.  */
  7.  
  8. #ifndef ECS_H
  9. #define ECS_H
  10.  
  11. #ifndef GRAPHICS_VIEW_H
  12. #include <graphics/view.h>
  13. #endif /* GRAPHICS_VIEW_H */
  14.  
  15.  
  16.  /* some useful Defines */
  17.  
  18. #define ColorAcc(x) (1<<(x))
  19.  
  20.  
  21. #endif /* ECS_H */
  22.